var golang.org/x/net/http2.noBody

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1257: 		if res.Body == noBody && actualContentLength(req) == 0 {
		transport.go#L2439: 		res.Body = noBody
		transport.go#L2447: 			res.Body = noBody
		transport.go#L2999: var noBody io.ReadCloser = noBodyReader{}